home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PCGUIA 127
/
PC Guia 127.iso
/
Software
/
Produtividade
/
OpenOffice.org 2.0.1
/
openofficeorg1.cab
/
System.xcs
< prev
next >
Wrap
Extensible Markup Language
|
2005-11-16
|
1KB
|
45 lines
<?xml version='1.0' encoding='UTF-8'?>
<oor:component-schema oor:name="System" oor:package="org.openoffice" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info>
<desc>Contains preferences which are dynamically read from the system like UI locales.</desc>
</info>
<component>
<group oor:name="L10N">
<info>
<desc>Contains localization settings</desc>
</info>
<prop oor:name="Locale" oor:type="xs:string">
<info>
<desc>Contains the user's desktop locale setting if available.</desc>
</info>
<value/>
</prop>
<prop oor:name="UILocale" oor:type="xs:string">
<info>
<desc>Contains the user's desktop UI language setting if available.</desc>
</info>
<value/>
</prop>
<prop oor:name="SystemLocale" oor:type="xs:string">
<info>
<desc>Contains the system's default locale setting if available.</desc>
</info>
<value/>
</prop>
</group>
</component>
</oor:component-schema>